CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - CAN STM32

搜索资源列表

  1. STM32_ENC28J60.rar

    1下载:
  2. STM32 web http 代码附上原理图,那位要用SMT32做开发的话,可以字节拿来修改。,STM32 web http code attached diagram, use SMT32 who do develop, you can modify the byte brought.
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2016-01-26
    • 文件大小:2299116
    • 提供者:wangjp
  1. STM32的硬件I2C比较难用

    2下载:
  2. STM32的硬件I2C比较难用,此模拟I2C可以实现其功能,但速度不及硬件。-STM32 more difficult to use the hardware I2C, I2C this simulation can achieve its function, but the speed is less than the hardware.
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2017-03-29
    • 文件大小:1744
    • 提供者:
  1. STM32连接CC1101模块的软件发射终端

    0下载:
  2. STM32连接CC1101模块的软件发射终端,绝对能用,实际电路测试过的,不是网络上随便找到的那种不能用的驱动!-STM32 connectivity software module CC1101 transmitter terminal, absolutely can, the actual circuit tested, not the kind of network can not easily find the drive!
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2017-04-09
    • 文件大小:1031451
    • 提供者:边缘人
  1. 配置理解stm32中外部中断外部是怎么设置的

    1下载:
  2. 本程序是通过配置理解stm32中外部中断外部是怎么设置的和怎么配置引脚可以产生外部中断-This procedure is through understanding stm32 configuration in the external interruption external is how to set up and how to configure pin can produce external interruption
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2017-05-20
    • 文件大小:5694889
    • 提供者:chen
  1. encrypt 配合STM32进行IAP编程的上位机加密程序

    0下载:
  2. 配合STM32进行IAP编程的上位机加密程序,加密算法比较简单,可以一定程度上保护应用程序!-STM32 for IAP programming with PC encryption, encryption algorithm is relatively simple, can be protected to some extent the application!
  3. 所属分类:通讯编程

    • 发布日期:2016-01-25
    • 文件大小:60416
    • 提供者:zhj
  1. ucos 自己移植的在stm32上的ucos

    0下载:
  2. 自己移植的在stm32上的ucos,包括了一个串口的驱动和实例,初始汇编也改过了,可以正常使用,因为版权的关系,具体应用就不传了,希望对大家有所帮助。-Their transplantation on the stm32 ucos, includes a serial port driver and examples, the initial compilation also turn over, you can normally use, because the relationship be
  3. 所属分类:uCOS开发

    • 发布日期:2017-05-17
    • 文件大小:5036232
    • 提供者:i
  1. GPS test 给予stm32的gps定位程序

    3下载:
  2. 给予stm32的gps定位程序,用c编写,亲自测试通过,可以直接拿来用-Given stm32 the gps locator, with c write personally tested and can be directly used
  3. 所属分类:GPS编程

    • 发布日期:2015-04-20
    • 文件大小:295936
    • 提供者:fsadfa
  1. ucosii-13K.rar

    0下载:
  2. stm32 ucos 精简移殖版本 不需作任何修改直接便可运行。包含串口 定时器 ,transplant stm32 ucos streamlined version without any changes can be run directly. Contains the serial port timer
  3. 所属分类:uCOS

    • 发布日期:2017-05-09
    • 文件大小:2302280
    • 提供者:粟学林
  1. UCOS_GPS.rar

    0下载:
  2. 我的stm32上GPS程序,串口部分是非库函数,有需要的可以参考下,个人觉得不错,I stm32 on the GPS program, serial part of the non-library functions, there is a need that can refer to the following individuals feel good
  3. 所属分类:uCOS

    • 发布日期:2017-03-31
    • 文件大小:514315
    • 提供者:yangxifang
  1. schematics.rar

    0下载:
  2. STM32电路图,有原理图和PCB,稍微处理即可直接去制作。,STM32 circuit, there is schematic and PCB, you can go straight to making a little deal.
  3. 所属分类:SCM

    • 发布日期:2017-04-10
    • 文件大小:1134024
    • 提供者:张智勇
  1. STM32-IO-I2-C-SHT11

    3下载:
  2. 完整的I2C温湿度传感器sht11、sht75读写程序,可单独放在程序中运行,分时操作,结果从函数中获取-Complete I2C temperature and humidity sensors sht11, sht75 literacy program, the program can be run on a separate, time-sharing operation, the results obtained from the function
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2013-07-15
    • 文件大小:6573
    • 提供者:shizhen
  1. stm32

    1下载:
  2. 在STM32的I2C上摔了一跤,测试了官方提供的几个例程和库,都有不同缺陷,也无法弥补: 1、查询方式,在连续读数据的过程中不能中断 2、DMA方式类似,在同一DMA中I2C的级别必须最高,否则同1. 3、中断方式也不能有更高优先级中断I2C,否则同1. 鉴于以上原因,无奈的口线模拟了I2C。(仅仅代表个人看法,欢迎指正) 附件中的项目文件已经过测试,为感谢OUR这几年的帮助,先开源这个小程序-I2C on the STM32' s fall, the off
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:39379
    • 提供者:yongge
  1. STM32-CAN-exchange-data

    0下载:
  2. STM32_通过按SW5实现CAN交换数据来点亮LED4, 使用的stm32f103vet6芯片, 使用KEIL版本3.7编译-STM32_ achieved by pressing SW5 CAN data exchange to light LED4, use stm32f103vet6 chip, using KEIL compiler version 3.7
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-24
    • 文件大小:811949
    • 提供者:王赢
  1. STM32-EXTI-interrupt

    1下载:
  2. 本实验进入停止模式方式,并使用User Button来唤醒 ** 注意:进入停止模式可能会导致调试工具不能下载。 ** 解决方法:不断按User Button唤醒CPU,并同时下载。-Way into the stop mode of the experiment, and use the User Button to wake up** Note: may result in stop mode debugging tools can not be downloaded.** Work
  3. 所属分类:SCM

    • 发布日期:2017-05-13
    • 文件大小:3199897
    • 提供者:杜运福
  1. STM32

    0下载:
  2. STM32的一些实例程序,能够很好的移植-STM32 some examples of programs can be a good transplant
  3. 所属分类:SCM

    • 发布日期:2017-05-14
    • 文件大小:3300208
    • 提供者:赵一清
  1. STM32-Mini-KIT-

    0下载:
  2. 该文件是真对STM32初学者设计的ARM原理图,用户可自己设计PCB板。-The document is really designed for beginners STM32 ARM diagram, users can design their own PCB.
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-30
    • 文件大小:23139
    • 提供者:闫刚
  1. jlink7-stm32

    1下载:
  2. stm32做的Jlink7,感兴趣的朋友可以试一下。-stm32 do Jlink7, interested friends can try.
  3. 所属分类:SCM

    • 发布日期:2017-04-06
    • 文件大小:515841
    • 提供者:徐阳
  1. 3.2寸真彩TFT液晶触摸屏

    4下载:
  2. 3.2寸真彩TFT液晶触摸屏,320*240像素,26万色,i8080 16位并行接口,带转接板及触控芯片,可以直接用AVR、51、PIC、dsPIC、ARM7、STM32等单片机驱动。 ,3.2-inch TFT true color LCD touch screen, 320* 240 pixels, 260,000 colors, i8080 16-bit parallel interface, with adapter plate and touch the chip can be
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2016-04-02
    • 文件大小:7010040
    • 提供者:陈涛
  1. STM32-ENC424J600SPI_driver

    12下载:
  2. 原创代码,实现了ENC424j600底层的基本驱动,初始化,读写函数。可以直接试用-Original code and achieve ENC424j600 underlying basic drive, initialize, read and write functions. Can try
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2013-02-28
    • 文件大小:9627
    • 提供者:杨泉
  1. STM32F100--Smartcard---.rar

    1下载:
  2. 基于cortex arm stm32f103RB的智能卡(SmartCard)程序。编译通过,推荐给开发stm32的朋友.也可以移植到其他MCU上,Cortex arm stm32f103RB-based smart card (SmartCard) procedures. Compiler passed, recommended to the development of stm32 friend. Can be transplanted to other MCU on
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2014-09-23
    • 文件大小:1364586
    • 提供者:bill
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »
搜珍网 www.dssz.com